View FILE in View mode, returning to previous buffer when done.
The usual Emacs commands are not available; instead,
a special set of commands (mostly letters and punctuation)
are defined for moving around in the buffer.
Space scrolls forward, Delete scrolls backward.
For list of all View commands, type ? or h while viewing.
Calls the value of view-hook if that is non-nil." (interactive "fView file: ") (byte-code "ÃÅ !ÃÆÇpÈÉ !Ä\"!)*" [had-a-buf file-name buf-to-view nil t get-file-buffer ((byte-code "? Â !? Ã !" [had-a-buf buf-to-view buffer-modified-p kill-buffer] 3)) view-mode switch-to-buffer find-file-noselect] 7))
(defun view-buffer (buffer-name) "\
View BUFFER in View mode, returning to previous buffer when done.
The usual Emacs commands are not available; instead,
a special set of commands (mostly letters and punctuation)
are defined for moving around in the buffer.
Space scrolls forward, Delete scrolls backward.
For list of all View commands, type ? or h while viewing.
Calls the value of view-hook if that is non-nil." (interactive "bView buffer: ") (byte-code "ÁÂpÃ!!" [buffer-name nil view-mode switch-to-buffer] 4))